home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_10417.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  190 lines

  1. -- card: 10417 from stack: in.0-4
  2. -- bmap block id: 18777
  3. -- flags: 0000
  4. -- background id: 8040
  5. -- name: Ex 2.6
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=48 top=100 right=209 bottom=244
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: choice1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide cd fld "feedback"
  23.   set hilite of me to not hilite of me
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 5 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=261 top=93 right=266 bottom=442
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: choice4
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   hide cd fld "feedback"
  43.   set hilite of me to not hilite of me
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 6 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=56 top=210 right=334 bottom=196
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: choice3
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   hide cd fld "feedback"
  63.   set hilite of me to not hilite of me
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 4 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=257 top=271 right=340 bottom=340
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: choice2
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   hide cd fld "feedback"
  83.   set hilite of me to not hilite of me
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 13 (button)
  89. -- low flags: 00
  90. -- high flags: A003
  91. -- rect: left=348 top=320 right=338 bottom=463
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Correct Answer
  100. ----- HyperTalk script -----
  101. -- This handler shows the correct answer.  It dehilites all btns,
  102. -- then hilites the correct ones.
  103. on mouseUp
  104.   hideFeedback
  105.   repeat 3
  106.     wait 15
  107.     dehiliteBtns
  108.     wait 15
  109.     lock screen
  110.     repeat7with i=1 to 4
  111.       set the hilite of btn i to true
  112.     end repeat
  113.     unlock screen
  114.   end repeat
  115.   ans 4,cd
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part 12 (button)
  121. -- low flags: 00
  122. -- high flags: A003
  123. -- rect: left=400 top=298 right=316 bottom=459
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: Done
  132. ----- HyperTalk script -----
  133. -- The "checkManyRight" handler is in the stack script.  The "cd"
  134. -- argument indicates that this cd requires feedback in a cd fld.
  135. on MouseUp
  136.   checkManyRight cd
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 9 (field)
  142. -- low flags: 81
  143. -- high flags: 2004
  144. -- rect: left=67 top=290 right=340 bottom=411
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 174
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 14
  152. -- part name: feedback
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   put empty into me
  156.   hide me
  157. end mouseUp
  158.  
  159.  
  160. -- part contents for background part 9
  161. ----- text -----
  162. 6 of 8
  163.  
  164. -- part contents for background part 6
  165. ----- text -----
  166. Here are four different drawings. Click on all the ones that could have been made with the HyperCard painting tools.
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181. -- part contents for background part 19
  182. ----- text -----
  183. Correct. HyperCard‚Äôs painting tools can create almost any graphic a stack will need.
  184. Yes, this choice is correct‚Äîbut look closely and you‚Äôll see that all choices are correct.
  185. Yes, these choices are correct‚Äîbut look closely and you‚Äôll see that all choices are correct.
  186. This is the correct answer. HyperCard‚Äôs painting tools can create almost any graphic a stack will need.
  187.  
  188. -- part contents for background part 20
  189. ----- text -----
  190. 1234